ErrorResponseFrame

data class ErrorResponseFrame(id: Long, error: RequestError, sessionId: SessionID?) : WebSocketFrame, ResponseFrame

Represents frame carrying method call error response generated by protocol.

Constructors

ErrorResponseFrame
Link copied to clipboard
fun ErrorResponseFrame(id: Long, error: RequestError, sessionId: SessionID? = null)

Functions

matches
Link copied to clipboard
open override fun matches(request: RequestFrame): Boolean

Properties

error
Link copied to clipboard
val error: RequestError
id
Link copied to clipboard
val id: Long
sessionId
Link copied to clipboard
val sessionId: SessionID? = null

Sources

jvm source
Link copied to clipboard